RevenueForecastVersionServiceglobal inherited sharing class RevenueForecastVersionService this service provides the functionality relating to revenue forecast versions. MethodscreateAsyncglobal static RevenueForecastVersionService.CreateAsyncResponse createAsync(RevenueForecastVersionService.CreateAsyncRequest request) Creates a revenue forecast version, and enqueues a batch Apex job to create its revenue forecast version details. Input Parameters
Return ValueThe result of the operation. Sample Code//Note: This sample code is for demonstration purposes only. It is not intended for //use in a production environment, is not guaranteed against defects or errors, and //is in no way optimized or streamlined. You need to provide some sample code RevenueForecastVersionService.CreateAsyncRequestglobal inherited sharing class CreateAsyncRequest the request structure for creating revenue forecast versions. MethodsCreateAsyncRequestglobal CreateAsyncRequest() A constructor that creates a new CreateAsyncRequest instance. RevenueForecastVersionService.CreateAsyncResponseglobal inherited sharing class CreateAsyncResponse the response structure from creating revenue forecast versions. Properties
MethodsCreateAsyncResponseglobal CreateAsyncResponse() A constructor that creates a new CreateAsyncResponse instance. RevenueForecastVersionService.JobInfoglobal inherited sharing class JobInfo the structure that describes a newly created revenue forecast version. Properties
Methods |